home *** CD-ROM | disk | FTP | other *** search
/ AP Professional Graphics CD-ROM Library / AP Professional Graphics CD-ROM Library.iso / pc / unix / appendix / gemsiii / alloc / alloc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-17  |  214 b   |  13 lines

  1. /* alloc.h
  2.  *
  3.  * Header for alloc.c
  4.  *
  5.  * The type alloc_handle_t provides an opaque reference to the
  6.  * alloc pool - only the alloc routines know its structure.
  7.  */
  8.  
  9. typedef
  10. struct { int dummy; }
  11. alloc_handle_t;
  12.  
  13.